Don't hard-code the list of info files in the top-level Makefile
authorGlenn Morris <rgm@gnu.org>
Wed, 2 May 2012 07:45:16 +0000 (00:45 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 2 May 2012 07:45:16 +0000 (00:45 -0700)
commit16374784e2fd2e56129909b89596bd859871c5ec
tree5ce76cd73c66fd4e1127acb1a20a0a8e4f08cb11
parenta7a19c603dd1d068a41921e9e28af20fa4126cb2
Don't hard-code the list of info files in the top-level Makefile

The sed '/ing directory/d' piece is to remove the annoying
"entering/leaving directory" messages that GNU make insists on
printing when called recursively.  --no-print-directory isn't portable.

* Makefile.in (INFO_FILES): Remove variable.
(INFO_NONMISC): New variable.
(install-arch-indep, uninstall): Don't use $INFO_FILES.

* doc/misc/Makefile.in (echo-info): New phony target, used by top-level.
ChangeLog
Makefile.in
doc/misc/ChangeLog
doc/misc/Makefile.in